github.com/klauspost/compress/zstd.sequenceDec.state (field)
11 uses
github.com/klauspost/compress/zstd (current package)
seqdec.go#L49: state fseState
seqdec.go#L58: s.state.init(br, s.fse.actualTableLog, s.fse.dt[:1<<s.fse.actualTableLog])
seqdec.go#L232: llState, mlState, ofState := s.litLengths.state.state, s.matchLengths.state.state, s.offsets.state.state
seqdec_amd64.go#L87: llState: uint64(s.litLengths.state.state),
seqdec_amd64.go#L88: mlState: uint64(s.matchLengths.state.state),
seqdec_amd64.go#L89: ofState: uint64(s.offsets.state.state),
seqdec_amd64.go#L242: llState: uint64(s.litLengths.state.state),
seqdec_amd64.go#L243: mlState: uint64(s.matchLengths.state.state),
seqdec_amd64.go#L244: ofState: uint64(s.offsets.state.state),
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |